﻿.phonemessagevalidate input[type="text"] {
    width: 100px !important;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.phonemessagevalidate input[type="button"],
.emailmessagevalidate input[type="button"] {
    width: 85px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 3px;
    font-size: 12px;
    background: #eee;
    color: #333 !important;
    border: 1px solid #ccc;
}
.phonemessagevalidate input[type="button"]:hover {
    background: #e3e3e3
}
/* 注册页 */
.login-panel .phonemessagevalidate input[type="text"] {
    width: 185px !important;
    margin-right: 10px;
}
.login-panel .phonemessagevalidate input[type="button"] {
    height: 36px;
    line-height: 36px;
}
/* 会员中心-修改我的信息 */
.modify .phonemessagevalidate input[type="text"] {
    width: 125px !important;
}
.modify .phonemessagevalidate input[type="button"] {
    height: 34px;
    line-height: 34px;
    padding: 0;
}
.error {
    font-size: 12px;
    color: red;
}